home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TEIGENSCHAFTENFORM / TEIGENSCHAFTENFORM.txt
Text File  |  2014-12-03  |  11KB  |  433 lines

  1. object EigenschaftenForm: TEigenschaftenForm
  2.   Left = 959
  3.   Top = 665
  4.   HelpContext = 417
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Eigenschaften'
  8.   ClientHeight = 303
  9.   ClientWidth = 370
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDefault
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 14
  22.   object PageControl1: TTntPageControl
  23.     Left = 9
  24.     Top = 9
  25.     Width = 354
  26.     Height = 251
  27.     ActivePage = TabSheet1
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -12
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     object TabSheet1: TTntTabSheet
  36.       Caption = 'Erstellt durch'
  37.       ExplicitLeft = 0
  38.       ExplicitTop = 0
  39.       ExplicitWidth = 0
  40.       ExplicitHeight = 0
  41.       object Label1: TTntLabel
  42.         Left = 9
  43.         Top = 9
  44.         Width = 37
  45.         Height = 15
  46.         Caption = 'Name:'
  47.         Font.Charset = DEFAULT_CHARSET
  48.         Font.Color = clWindowText
  49.         Font.Height = -12
  50.         Font.Name = 'Arial'
  51.         Font.Style = []
  52.         ParentFont = False
  53.       end
  54.       object Label2: TTntLabel
  55.         Left = 9
  56.         Top = 60
  57.         Width = 49
  58.         Height = 15
  59.         Caption = 'Adresse:'
  60.         Font.Charset = DEFAULT_CHARSET
  61.         Font.Color = clWindowText
  62.         Font.Height = -12
  63.         Font.Name = 'Arial'
  64.         Font.Style = []
  65.         ParentFont = False
  66.       end
  67.       object Namenzeile: TTntEdit
  68.         Left = 9
  69.         Top = 26
  70.         Width = 328
  71.         Height = 23
  72.         AutoSelect = False
  73.         Font.Charset = DEFAULT_CHARSET
  74.         Font.Color = clWindowText
  75.         Font.Height = -12
  76.         Font.Name = 'Arial'
  77.         Font.Style = []
  78.         ParentFont = False
  79.         TabOrder = 0
  80.       end
  81.       object Adressenzeilen: TTntMemo
  82.         Left = 9
  83.         Top = 78
  84.         Width = 328
  85.         Height = 130
  86.         Font.Charset = DEFAULT_CHARSET
  87.         Font.Color = clWindowText
  88.         Font.Height = -12
  89.         Font.Name = 'Arial'
  90.         Font.Style = []
  91.         ParentFont = False
  92.         TabOrder = 1
  93.         WordWrap = False
  94.       end
  95.     end
  96.     object TabSheet2: TTntTabSheet
  97.       Caption = 'Startperson'
  98.       ImageIndex = 1
  99.       ExplicitLeft = 0
  100.       ExplicitTop = 0
  101.       ExplicitWidth = 0
  102.       ExplicitHeight = 0
  103.       object Startperson: TTntGroupBox
  104.         Left = 26
  105.         Top = 17
  106.         Width = 294
  107.         Height = 148
  108.         Caption = 'Startperson nach dem '#214'ffnen dieser Datei'
  109.         Font.Charset = DEFAULT_CHARSET
  110.         Font.Color = clWindowText
  111.         Font.Height = -12
  112.         Font.Name = 'Arial'
  113.         Font.Style = []
  114.         ParentFont = False
  115.         TabOrder = 0
  116.         object _Startperson: TTntLabel
  117.           Left = 38
  118.           Top = 86
  119.           Width = 250
  120.           Height = 15
  121.           AutoSize = False
  122.           Caption = '_Startperson'
  123.           Font.Charset = DEFAULT_CHARSET
  124.           Font.Color = clWindowText
  125.           Font.Height = -12
  126.           Font.Name = 'Arial'
  127.           Font.Style = [fsBold]
  128.           ParentFont = False
  129.         end
  130.         object StartPersonOption1: TTntRadioButton
  131.           Left = 20
  132.           Top = 33
  133.           Width = 246
  134.           Height = 17
  135.           Caption = 'zuletzt angezeigte Person'
  136.           TabOrder = 0
  137.         end
  138.         object StartPersonOption2: TTntRadioButton
  139.           Left = 20
  140.           Top = 63
  141.           Width = 246
  142.           Height = 17
  143.           Caption = 'feste Person'
  144.           TabOrder = 1
  145.           OnClick = StartPersonOption2Click
  146.         end
  147.         object Personenwahl: TTntButton
  148.           Left = 38
  149.           Top = 111
  150.           Width = 120
  151.           Height = 25
  152.           Caption = 'Personenwahl'
  153.           TabOrder = 2
  154.           OnClick = PersonenwahlClick
  155.         end
  156.       end
  157.     end
  158.     object TabSheet4: TTntTabSheet
  159.       Caption = 'Datumsformat'
  160.       ImageIndex = 2
  161.       ExplicitLeft = 0
  162.       ExplicitTop = 0
  163.       ExplicitWidth = 0
  164.       ExplicitHeight = 0
  165.       object GroupBox1: TTntGroupBox
  166.         Left = 26
  167.         Top = 17
  168.         Width = 294
  169.         Height = 148
  170.         Caption = 'Datumsformat der Eingabefelder'
  171.         Font.Charset = DEFAULT_CHARSET
  172.         Font.Color = clWindowText
  173.         Font.Height = -12
  174.         Font.Name = 'Arial'
  175.         Font.Style = []
  176.         ParentFont = False
  177.         TabOrder = 0
  178.         object Label7: TTntLabel
  179.           Left = 17
  180.           Top = 34
  181.           Width = 48
  182.           Height = 15
  183.           Caption = 'Beispiel:'
  184.         end
  185.         object Label8: TTntLabel
  186.           Left = 17
  187.           Top = 69
  188.           Width = 42
  189.           Height = 15
  190.           Caption = 'Format:'
  191.         end
  192.         object Label9: TTntLabel
  193.           Left = 17
  194.           Top = 103
  195.           Width = 117
  196.           Height = 15
  197.           Caption = 'Datumstrennzeichen:'
  198.         end
  199.         object _cbDatumstrenner: TTntComboBox
  200.           Left = 146
  201.           Top = 100
  202.           Width = 130
  203.           Height = 23
  204.           Style = csDropDownList
  205.           Font.Charset = DEFAULT_CHARSET
  206.           Font.Color = clWindowText
  207.           Font.Height = -12
  208.           Font.Name = 'Arial'
  209.           Font.Style = []
  210.           ItemHeight = 0
  211.           ItemIndex = 0
  212.           ParentFont = False
  213.           TabOrder = 1
  214.           Text = '.'
  215.           OnChange = FormatChange
  216.           Items.Strings = (
  217.             '.'
  218.             '/'
  219.             '-')
  220.         end
  221.         object cbDatumsformat: TTntComboBox
  222.           Left = 146
  223.           Top = 66
  224.           Width = 130
  225.           Height = 23
  226.           Style = csDropDownList
  227.           ItemHeight = 0
  228.           ItemIndex = 0
  229.           TabOrder = 0
  230.           Text = 'TT.MM.JJJJ'
  231.           OnChange = FormatChange
  232.           Items.Strings = (
  233.             'TT.MM.JJJJ'
  234.             'MM.TT.JJJJ'
  235.             'JJJJ.MM.TT'
  236.             'JJJJ.TT.MM')
  237.         end
  238.         object Datumsbeispiel: TTntPanel
  239.           Left = 146
  240.           Top = 30
  241.           Width = 130
  242.           Height = 23
  243.           Alignment = taLeftJustify
  244.           BorderWidth = 3
  245.           BorderStyle = bsSingle
  246.           Caption = '08.11.2005'
  247.           TabOrder = 2
  248.         end
  249.       end
  250.     end
  251.     object TabSheet3: TTntTabSheet
  252.       Caption = 'Allgemein'
  253.       ImageIndex = 3
  254.       ExplicitLeft = 0
  255.       ExplicitTop = 0
  256.       ExplicitWidth = 0
  257.       ExplicitHeight = 0
  258.       object ABIcon: TTntImage
  259.         Left = 9
  260.         Top = 9
  261.         Width = 35
  262.         Height = 35
  263.         Transparent = True
  264.       end
  265.       object _FileName: TTntLabel
  266.         Left = 136
  267.         Top = 26
  268.         Width = 61
  269.         Height = 15
  270.         Caption = '_FileName'
  271.         Font.Charset = DEFAULT_CHARSET
  272.         Font.Color = clWindowText
  273.         Font.Height = -12
  274.         Font.Name = 'Arial'
  275.         Font.Style = []
  276.         ParentFont = False
  277.       end
  278.       object Label3: TTntLabel
  279.         Left = 9
  280.         Top = 69
  281.         Width = 21
  282.         Height = 15
  283.         Caption = 'Typ:'
  284.         Font.Charset = DEFAULT_CHARSET
  285.         Font.Color = clWindowText
  286.         Font.Height = -12
  287.         Font.Name = 'Arial'
  288.         Font.Style = []
  289.         ParentFont = False
  290.       end
  291.       object Label4: TTntLabel
  292.         Left = 9
  293.         Top = 95
  294.         Width = 66
  295.         Height = 15
  296.         Caption = 'Speicherort:'
  297.         Font.Charset = DEFAULT_CHARSET
  298.         Font.Color = clWindowText
  299.         Font.Height = -12
  300.         Font.Name = 'Arial'
  301.         Font.Style = []
  302.         ParentFont = False
  303.       end
  304.       object Label5: TTntLabel
  305.         Left = 9
  306.         Top = 121
  307.         Width = 38
  308.         Height = 15
  309.         Caption = 'Gr'#246#223'e:'
  310.         Font.Charset = DEFAULT_CHARSET
  311.         Font.Color = clWindowText
  312.         Font.Height = -12
  313.         Font.Name = 'Arial'
  314.         Font.Style = []
  315.         ParentFont = False
  316.       end
  317.       object _FileType: TTntLabel
  318.         Left = 136
  319.         Top = 69
  320.         Width = 52
  321.         Height = 15
  322.         Caption = '_FileType'
  323.         Font.Charset = DEFAULT_CHARSET
  324.         Font.Color = clWindowText
  325.         Font.Height = -12
  326.         Font.Name = 'Arial'
  327.         Font.Style = []
  328.         ParentFont = False
  329.       end
  330.       object _FileDir: TTntLabel
  331.         Left = 136
  332.         Top = 95
  333.         Width = 227
  334.         Height = 27
  335.         AutoSize = False
  336.         Caption = '_FileDir'
  337.         Font.Charset = DEFAULT_CHARSET
  338.         Font.Color = clWindowText
  339.         Font.Height = -12
  340.         Font.Name = 'Arial'
  341.         Font.Style = []
  342.         ParentFont = False
  343.         WordWrap = True
  344.       end
  345.       object _FileSize: TTntLabel
  346.         Left = 136
  347.         Top = 121
  348.         Width = 50
  349.         Height = 15
  350.         Caption = '_FileSize'
  351.         Font.Charset = DEFAULT_CHARSET
  352.         Font.Color = clWindowText
  353.         Font.Height = -12
  354.         Font.Name = 'Arial'
  355.         Font.Style = []
  356.         ParentFont = False
  357.       end
  358.       object Label10: TTntLabel
  359.         Left = 9
  360.         Top = 146
  361.         Width = 120
  362.         Height = 15
  363.         Caption = 'Ursprungsprogramm:'
  364.         Font.Charset = DEFAULT_CHARSET
  365.         Font.Color = clWindowText
  366.         Font.Height = -12
  367.         Font.Name = 'Arial'
  368.         Font.Style = []
  369.         ParentFont = False
  370.       end
  371.       object _OrgProg: TTntLabel
  372.         Left = 136
  373.         Top = 146
  374.         Width = 53
  375.         Height = 15
  376.         Caption = '_OrgProg'
  377.         Font.Charset = DEFAULT_CHARSET
  378.         Font.Color = clWindowText
  379.         Font.Height = -12
  380.         Font.Name = 'Arial'
  381.         Font.Style = []
  382.         ParentFont = False
  383.       end
  384.       object Panel1: TTntPanel
  385.         Left = 9
  386.         Top = 52
  387.         Width = 328
  388.         Height = 2
  389.         BevelOuter = bvLowered
  390.         TabOrder = 0
  391.       end
  392.       object Panel2: TTntPanel
  393.         Left = 9
  394.         Top = 172
  395.         Width = 328
  396.         Height = 2
  397.         BevelOuter = bvLowered
  398.         TabOrder = 1
  399.       end
  400.       object cbSchreibschutz: TTntCheckBox
  401.         Left = 9
  402.         Top = 184
  403.         Width = 328
  404.         Height = 17
  405.         Caption = 'Schreibschutz'
  406.         TabOrder = 2
  407.       end
  408.     end
  409.   end
  410.   object OK: TTntButton
  411.     Tag = 107
  412.     Left = 193
  413.     Top = 268
  414.     Width = 81
  415.     Height = 27
  416.     Caption = '&OK'
  417.     Default = True
  418.     TabOrder = 1
  419.     OnClick = OKClick
  420.   end
  421.   object Abbruch: TTntButton
  422.     Tag = 108
  423.     Left = 283
  424.     Top = 268
  425.     Width = 81
  426.     Height = 27
  427.     Cancel = True
  428.     Caption = '&Abbrechen'
  429.     ModalResult = 2
  430.     TabOrder = 2
  431.   end
  432. end
  433.